html {
  margin-bottom: 0rem;
}

.wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 0;
}

.title>h2 {
  line-height: 2rem;
}

.wrapper>.item-img {
  justify-content: center;
}

/* media */

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {
  .wrapper {
    flex-direction: row;
  }

  .item-img {
    width: 45%;
  }
}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}